home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / biz / dbase / ScionExtras.lha / ReadMe < prev    next >
Text File  |  1998-01-24  |  5KB  |  113 lines

  1. ***************************************************************************
  2. *                                                                         *
  3. *                             SCION EXTRAS                                *
  4. *                                                                         *
  5. *   The ARexx scripts and programs included with this distribution of     *
  6. *   Scion are the work of Scion users. If you wish to discuss these       *
  7. *   scripts and programs or make suggestions, please CONTACT THE AUTHORS  *
  8. *   DIRECTLY.                                                             *
  9. *                                                                         *
  10. ***************************************************************************
  11.  
  12. Please note that ALL scripts and programs are supplied AS IS, and no
  13. guarantees are made.  Note also that some of the scripts that involve a
  14. graphical user-interface may require the use of additional libraries (not
  15. supplied) and may be designed for PAL video screens only.
  16.  
  17. Most of these ARexx scripts and programs will work with Version 4 of Scion,
  18. however some have been re-written to take advantage of the additional ARexx
  19. commands available only with Version 5.
  20.  
  21. The scripts supplied by Freddy Ariës are also covered by the conditions
  22. detailed at the end of this file. For conditions covering other scripts and
  23. programs, please refer to the supplied documentation or the ARexx scripts
  24. themselves.
  25.  
  26. The following scripts and programs are included:
  27.  
  28. -----------------------------------------------------------------------------
  29. DGen2HTML.rexx
  30.  Version 2.04 (22 Apr 1997)
  31.  
  32.    This program produces a GENDEX file and creates HTML pages for your
  33.    system. It is © Copyright 1996-1997 Terence Nichols and may be freely
  34.    distributed as Shareware. It is not and never will be Public Domain.
  35.    Persons who register by sending me (Terence Nichols) an Email message
  36.    will be eligible to receive updates as and when available.
  37.  
  38.    Please read the Licence Agreement available online at -
  39.    http://www.networx.net.au/~spinne/index.html
  40.  
  41.    Author: Terence Nichols (spinne@networx.net.au)
  42. -----------------------------------------------------------------------------
  43. FamilyTree
  44.  Version 0.6 (1 June 1997)
  45.    FamilyTree is an stand-alone add on to Scion Genealogist to print out
  46.    graphical family trees.
  47.  
  48.    It is also able to display the same family tree graphic on the screen.
  49.  
  50.    If you plan to print out the family tree then you will require a graphics
  51.    capable printer and printer driver.
  52.  
  53.    FamilyTree is Copyright ©1997 Timothy Fagan.
  54.  
  55.    Please refer to FamilyTree.Guide for further information.
  56.  
  57.  Author: Timothy Fagan (tfagan@kpmg.com)
  58.  
  59.  NOTES: (1) Even though FamilyTree is a stand-alone program and NOT an
  60.             ARexx program, it does interface with Scion via its ARexx port.
  61.         (2) The graphics printout can take some time - please be patient.
  62. -----------------------------------------------------------------------------
  63. ScionBrowser (Copyright © 1997 by Frank Schnell)
  64.  Version 1.0
  65.  
  66.     +---------------------------------------------------------------+
  67.     | If you intend to use this program, the author requires simple |
  68.     | registration. See the accompanying documentation for details. |
  69.     +---------------------------------------------------------------+
  70.  
  71.   Provides a graphical representation of the family of a selected person
  72.   giving the user the capability to browse through the complete database
  73.   by virtue of double-clicks on persons. As a person gets double-clicked
  74.   the whole family tree will be updated to show the family of this new
  75.   person.
  76.  
  77.   Features:
  78.       ScionBrowser has been written in an operating system friendly 
  79.       way requiring as few resources as possible. The programme itself 
  80.       is only ~30 kBytes in size (excluding the size of any shared 
  81.       libraries).
  82.       
  83.       Context insensitive help.
  84.       
  85.       Completely font sensitive (I hope).
  86.       
  87.   Requirements:
  88.       Kickstart/Workbench 2.04 or higher
  89.       
  90.       Scion Genealogist 5.x or higher
  91.       
  92.       The bare minimum of required RAM is ~100 kB Chip RAM and 
  93.       ~150 kB "any" RAM to browse a 300 people database.
  94.       (of course, ScionGenealogist must be running as well ;-)
  95.  
  96.   Performance:
  97.       ScionBrowser is relatively fast. At least I cannot complain
  98.       using an A1200 with a 68030/50MHz/8MB accelerator board. 
  99.       In order to reach a good performance ScionBrowser gets parts
  100.       of the person and family data into its own memory. Basically
  101.       these are the IRNs, FGRNs and the relationships. The drawback
  102.       of this is, that it needs a little longer to start. With a
  103.       625 people, 260 Families database the startup time on my system
  104.       is 9 seconds. But this pays off during context switches. They 
  105.       virtually take no time.
  106.  
  107.   Author: Frank Schnell, De Wilderstraat 17, B-3040 Neerijse, Belgium
  108.           Email: schnell@hotmail.com
  109.  
  110.   NOTE: This is a separate "stand-alone" program, NOT an ARexx script,
  111.         but it does communicate with Scion via its ARexx port.
  112. -----------------------------------------------------------------------------
  113.